home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Graphics_105_mp3 roll.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  247 b   |  12 lines

  1. on mouseEnter me
  2.   set the member of sprite the currentSpriteNum to member("mp3 rolly")
  3. end
  4.  
  5. on mouseLeave me
  6.   set the member of sprite the currentSpriteNum to member("mp3 ")
  7. end
  8.  
  9. on mouseUp me
  10.   open(the pathName & "software\winamp25c.exe")
  11. end
  12.